home *** CD-ROM | disk | FTP | other *** search
- object ViewModeSetup: TViewModeSetup
- Left = 339
- Top = 158
- BorderStyle = bsDialog
- BorderWidth = 3
- Caption = 'View Mode Setup'
- ClientHeight = 548
- ClientWidth = 513
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 120
- TextHeight = 16
- object pBottom: TPanel
- Left = 0
- Top = 502
- Width = 513
- Height = 48
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object btnOK: TButton
- Left = 167
- Top = 10
- Width = 110
- Height = 31
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 286
- Top = 10
- Width = 109
- Height = 31
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object btnHelp: TButton
- Left = 404
- Top = 10
- Width = 109
- Height = 31
- Caption = '&Help'
- Enabled = False
- TabOrder = 2
- end
- end
- object pTop: TPanel
- Left = 0
- Top = 0
- Width = 513
- Height = 502
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object pcVM: TPageControl
- Left = 0
- Top = 0
- Width = 513
- Height = 497
- ActivePage = tsGeneral
- TabOrder = 0
- object tsGeneral: TTabSheet
- Caption = 'General'
- object pMain: TPanel
- Left = 0
- Top = 55
- Width = 505
- Height = 408
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object Label4: TLabel
- Left = 276
- Top = 273
- Width = 45
- Height = 16
- Caption = 'S&ort by:'
- FocusControl = cobSortBy
- end
- object Label3: TLabel
- Left = 276
- Top = 143
- Width = 81
- Height = 16
- Caption = '&Column width:'
- FocusControl = eWidth
- end
- object Label2: TLabel
- Left = 10
- Top = 118
- Width = 55
- Height = 16
- Caption = 'Co&lumns:'
- FocusControl = clbColumns
- end
- object Label1: TLabel
- Left = 10
- Top = 64
- Width = 65
- Height = 16
- Caption = '&Thread by:'
- FocusControl = cobThreadBy
- end
- object eWidth: TXSpinEdit
- Left = 384
- Top = 138
- Width = 110
- Height = 24
- TabOrder = 4
- Text = '0'
- OnChange = eWidthChange
- MinValue = 0
- MaxValue = 10000
- Value = 0
- Step = 1
- end
- object cobSortBy: TComboBox
- Left = 276
- Top = 298
- Width = 218
- Height = 24
- Style = csDropDownList
- DropDownCount = 20
- ItemHeight = 16
- TabOrder = 7
- end
- object cobThreadBy: TComboBox
- Left = 10
- Top = 82
- Width = 484
- Height = 24
- Style = csDropDownList
- ItemHeight = 16
- TabOrder = 2
- OnChange = cobThreadByChange
- Items.Strings = (
- 'None'
- 'References'
- 'Subject'
- 'Sender'
- 'Recipient')
- end
- object clbColumns: TCheckListBox
- Left = 10
- Top = 143
- Width = 252
- Height = 261
- OnClickCheck = clbColumnsClickCheck
- DragMode = dmAutomatic
- ItemHeight = 16
- TabOrder = 3
- OnClick = clbColumnsSelChanged
- OnDragDrop = clbColumnsDragDrop
- OnDragOver = clbColumnsDragOver
- end
- object btnUp: TButton
- Tag = -1
- Left = 271
- Top = 182
- Width = 99
- Height = 31
- Caption = 'Move &up'
- Enabled = False
- TabOrder = 5
- OnClick = btnUpClick
- end
- object btnDown: TButton
- Tag = 1
- Left = 384
- Top = 182
- Width = 110
- Height = 31
- Caption = 'Move &down'
- Enabled = False
- TabOrder = 6
- OnClick = btnDownClick
- end
- object cbExpandAllThreads: TCheckBox
- Left = 10
- Top = 4
- Width = 479
- Height = 21
- Caption = '&Expand all threads'
- TabOrder = 0
- end
- object cbAutoSize: TCheckBox
- Left = 10
- Top = 33
- Width = 474
- Height = 21
- Caption = '&AutoSize'
- TabOrder = 1
- end
- object cbReverseOrder: TCheckBox
- Left = 276
- Top = 338
- Width = 218
- Height = 21
- Caption = 'De&scending order'
- TabOrder = 8
- end
- object cbNewThreadSorting: TCheckBox
- Left = 276
- Top = 364
- Width = 213
- Height = 21
- Caption = 'Ne&w thread sorting'
- TabOrder = 9
- end
- end
- object pVMSpecific: TPanel
- Left = 0
- Top = 0
- Width = 505
- Height = 55
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object Label5: TLabel
- Left = 9
- Top = 4
- Width = 40
- Height = 16
- Caption = '&Name:'
- FocusControl = edName
- end
- object edName: TEdit
- Left = 9
- Top = 23
- Width = 480
- Height = 26
- AutoSize = False
- TabOrder = 0
- OnChange = edNameChange
- end
- end
- end
- object tsFilters: TTabSheet
- Caption = 'Filter'
- ImageIndex = 1
- inline cfFilter: TConditionFrame
- Left = 0
- Top = 31
- Width = 505
- Height = 435
- Align = alClient
- TabOrder = 0
- inherited pnButtons: TPanel
- Top = 407
- Width = 505
- Height = 28
- inherited bAdd: TSpeedButton
- Left = 15
- Width = 92
- Height = 27
- end
- inherited bBlock: TSpeedButton
- Left = 98
- Width = 93
- Height = 27
- end
- inherited bDelete: TSpeedButton
- Left = 192
- Width = 92
- Height = 27
- end
- end
- inherited pnIF: TPanel
- Width = 505
- Height = 407
- inherited sbIF: TScrollBox
- Width = 501
- Height = 403
- end
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 505
- Height = 31
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object cbUseFilter: TCheckBox
- Left = 5
- Top = 5
- Width = 538
- Height = 21
- Caption = 'Use filter'
- TabOrder = 0
- OnClick = cbUseFilterClick
- end
- end
- end
- end
- end
- end
-